<< Troubleshooting
>> Graphics

ARexx, the program control language

Q:
I want to send an ARexx command through CLI or through a shell script, but that (rx ADDRESS PORTNAME;COMMAND) doesnt work.
A:
You have to put quotation marks. (rx "ADDRESS PORTNAME;COMMAND"). It also prevents upcasing the portname when it should be lowercase.



<< Troubleshooting >> Graphics